Fix installing git repos with lockfiles
authorAlex Crichton <alex@alexcrichton.com>
Fri, 11 Mar 2016 20:18:17 +0000 (12:18 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 11 Mar 2016 20:18:41 +0000 (12:18 -0800)
commit5817e76da44a000fa8a8d036d36e4f4db77ebee7
tree795f75357918d9e2d1871ec3c98d6c31e7ef8b7e
parentd6e148dcd17bb747ad39c510618a97867ac9bbab
Fix installing git repos with lockfiles

Just an erroneous assertion that needs to be ignored.

Closes #2466
src/cargo/core/resolver/encode.rs
tests/test_cargo_install.rs